Warning: Trying to access array offset on value of type bool in /home/bitnami/niceproduce.com/html/classes/class_Events.php on line 39
// Warning: Trying to access array offset on value of type bool in /home/bitnami/niceproduce.com/html/js/event_google_maps.php on line 12
"; // Launch Google AJAX API Classes google.load("maps", "2"); // Call this function when the page has been loaded function start_map() { var map = new google.maps.Map2(document.getElementById("event-location")); var geocoder = new google.maps.ClientGeocoder(); /*point = new google.maps.LatLng(lat,long); map.setCenter(point, 16);*/ geocoder.getLatLng( address, function(point) { if (!point) { alert(address + " not found"); } else { map.setCenter(point, 16); map.addControl(new GSmallMapControl()); var marker = new GMarker(point); map.addOverlay(marker); marker.openInfoWindowHtml("

Warning: Trying to access array offset on value of type bool in /home/bitnami/niceproduce.com/html/js/event_google_maps.php on line 34

Warning: Trying to access array offset on value of type bool in /home/bitnami/niceproduce.com/html/js/event_google_maps.php on line 34

Warning: Trying to access array offset on value of type bool in /home/bitnami/niceproduce.com/html/js/event_google_maps.php on line 34



"); } } ); /*map.addOverlay(new google.maps.Marker(point)); map.openInfoWindowHtml(map.getCenter(), "
Warning: Trying to access array offset on value of type bool in /home/bitnami/niceproduce.com/html/js/event_google_maps.php on line 39
");*/ } function get_directions(){ //ClientLocation.latitude //ClientLocation.longitude } // Load google.setOnLoadCallback(start_map); //]]>